Interface symantec.itools.db.beans.binding.SaveChangesDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.binding.SaveChangesDialog

public interface SaveChangesDialog

Variable Index

 o CANCEL
 o NO
 o YES

Method Index

 o run()
Returns one of these values: YES, NO, CANCEL
 o setMessage(String)
Sets the message to be displayed

Variables

 o CANCEL
public static final int CANCEL
 o NO
public static final int NO
 o YES
public static final int YES

Methods

 o run
public abstract int run()
Returns one of these values: YES, NO, CANCEL

 o setMessage
public abstract void setMessage(String message)
Sets the message to be displayed


All Packages  Class Hierarchy  This Package  Previous  Next  Index